Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.video.tools.operations--operations

This contribution is part of XML component org.nuxeo.ecm.video.tools.operations inside nuxeo-platform-video-core-9.10.jar /OSGI-INF/video-tools-operations-contrib.xml

Extension Point

Extension point operations of component OperationServiceComponent.

Contributed Items

  • <operation class="org.nuxeo.ecm.platform.video.tools.operations.AddWatermarkToVideo"/>
  • <operation class="org.nuxeo.ecm.platform.video.tools.operations.ConcatVideos"/>
  • <operation class="org.nuxeo.ecm.platform.video.tools.operations.ExtractClosedCaptionsFromVideo"/>
  • <operation class="org.nuxeo.ecm.platform.video.tools.operations.SliceVideo"/>
  • <operation class="org.nuxeo.ecm.platform.video.tools.operations.SliceVideoInParts"/>

XML Source

<extension point="operations" target="org.nuxeo.ecm.core.operation.OperationServiceComponent">
    <operation class="org.nuxeo.ecm.platform.video.tools.operations.AddWatermarkToVideo"/>
    <operation class="org.nuxeo.ecm.platform.video.tools.operations.ConcatVideos"/>
    <operation class="org.nuxeo.ecm.platform.video.tools.operations.ExtractClosedCaptionsFromVideo"/>
    <operation class="org.nuxeo.ecm.platform.video.tools.operations.SliceVideo"/>
    <operation class="org.nuxeo.ecm.platform.video.tools.operations.SliceVideoInParts"/>
  </extension>